func runtime.callers

7 uses

	runtime (current package)
		extern.go#L317: 	n := callers(skip+1, rpc)
		extern.go#L345: 	return callers(skip, pc)
		mprof.go#L447: 	nstk := callers(5, mp.profStack[:debug.profstackdepth])
		mprof.go#L549: 			nstk = callers(skip, mp.profStack)
		proc.go#L1002: 		callers(1, mp.createstack[:])
		traceback.go#L1092: func callers(skip int, pcbuf []uintptr) int {
		tracestack.go#L79: 			nstk += callers(skip+1, pcBuf[1:])